testsuite: Use Wayland by default
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jul 2020 02:15:56 +0000 (22:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jul 2020 02:16:31 +0000 (22:16 -0400)
I'm tired of xwayland crashing and killing my shell.

testsuite/meson.build

index c8677d40f8cf6ad3e3789b11c84c56775b6c75ea..03a04048bd46ff94626788b276955e8929ac67de 100644 (file)
@@ -19,13 +19,13 @@ if get_option('debug')
 endif
 
 add_test_setup ('x11',
-                is_default: true,
                 env: common_env + [
                      'GDK_BACKEND=x11',
                      'TEST_OUTPUT_SUBDIR=x11',
                      ])
 
 add_test_setup ('wayland',
+                is_default: true,
                 env: common_env + [
                       'GDK_BACKEND=wayland',
                       'TEST_OUTPUT_SUBDIR=wayland',